home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / tskerm25.zip / KERM132.INI < prev    next >
Text File  |  1994-02-10  |  6KB  |  175 lines

  1. ;
  2. ; KERM132.INI for MsKermit
  3. ; Enhanced emulation of VT102 keypad
  4. ;
  5. ;       by Timo Salmi, ts@uwasa.fi, Thu 10-Feb-94
  6. ;
  7. ; Change the paths etc as appropriate for you own configuration
  8.  
  9. ; Change the baud rate and port if necessary and as relevant:
  10. set baud 9600
  11. set port com2     ;This is not the most usual, but I use it on one of my PCs
  12.  
  13. set terminal vt102        ;Select terminal type
  14. set terminal width 132    ;Select terminal width
  15. set terminal wrap on      ;Wrap long lines
  16. set terminal cursor block ;block instead of underline
  17. set display 7-bit         ;Ordinary ascii
  18. set dump r:\kermit.scn    ;Screen image destination (see alt G later)
  19.  
  20. ; If your host is a Unix system, even parity is a good choice for
  21. ; binary Kermit transfers. You may have to set also the C-Kermit of
  22. ; your host to comply.
  23. ; With many other hosts, such as VAX/VMS, usually omit the parity,
  24. ; or use set parity none
  25. set parity none
  26.  
  27. comment F1  (GOLD)       (F1 definition could be omitted since it is a default)
  28. set key \315 \Kgold      ;This sets F1 key to act as VT102 gold (PF1) key
  29.  
  30. comment Keypad ./.  (HELP)
  31. set key \4399 \Kpf2      ;This sets ./. numkey to act as VT102 help (PF2) key
  32.  
  33. comment Keypad x  (find next/find)
  34. set key \311 \Kpf3
  35.  
  36. comment Keypad -  (delete line, undelete line)
  37. set key \330 \Kpf4
  38.  
  39. comment Keypad 7  (page/command)
  40. set key \839 \Kkp7
  41.  
  42. comment Keypad 8  (sect/fill)
  43. set key \840 \Kkp8
  44.  
  45. comment Keypad 9  (append/replace)
  46. set key \841 \Kkp9
  47.  
  48. comment Keypad +  (delete word/undelete word)
  49. set key \334 \Kkpminus
  50.  
  51. comment Keypad 4  (advance/bottom)
  52. set key \843 \Kkp4
  53.  
  54. comment Keypad 5  (backup/top)
  55. set key \844 \Kkp5
  56.  
  57. comment Keypad 6  (cut/paste)
  58. set key \845 \Kkp6
  59.  
  60. comment Keypad 1  (word/change case)
  61. set key \847 \Kkp1
  62.  
  63. comment Keypad 2  (end of line/delete eol)
  64. set key \848 \Kkp2
  65.  
  66. comment Keypad 3  (char/specins)
  67. set key \849 \Kkp3
  68.  
  69. comment Keypad enter  (enter/subs)
  70. set key \4365 \Kkpenter
  71.  
  72. comment Keypad 0  (line/open line)
  73. set key \850 \Kkp0
  74.  
  75. comment Keypad .  (select reset)
  76. set key \851 \Kkpdot
  77.  
  78. comment F5   (select reset)
  79. set key \319 \Kkpdot
  80.  
  81. comment Delete (delete char/undelete char)
  82. set key \4435 \Kkpcoma
  83.  
  84. comment ctrl DEL  (linefeed)
  85. set key \5523 \10
  86.  
  87. ; inactivate F6-F10 (they have default functions)
  88. ;set key \316    ;F2
  89. ;set key \317    ;F3
  90. ;set key \318    ;F4
  91. ;set key \319    ;F5
  92. set key \320    ;F6
  93. set key \321    ;F7
  94. set key \322    ;F8
  95. set key \323    ;F9          ;Defined later below
  96. set key \324    ;F10         ;Defined later below
  97. set key \389    ;F11
  98. set key \390    ;F12
  99.  
  100. ; Enhanced VT102 editing
  101.  set key \4423 \8            ;Home = to the beginning of the line
  102.  set key \4431 \Kkp2         ;End  = to the end of the line
  103.  
  104.  set key \4425 \27\79\117\27\79\120\27\79\116
  105.                              ;PgUp = back up 16 rows (num5 num8 num4)
  106.  set key \4433 \Kkp8         ;PgDn = advance 16 rows
  107.  set key \4434 \1            ;Ins  = ^A  (command line insert on)
  108.  
  109. ; Redisplay commands
  110.  set key \5495 \Khomscn      ;ctrl Home = Up to top of screen memory
  111.  set key \5493 \Kendscn      ;ctrl End  = Back to current position
  112.  set key \5508 \Kupscn       ;ctrl PgUp = Previous screen
  113.  set key \5494 \Kdnscn       ;ctrl PgDn = Next screen
  114.  set key  \323 \Kupone       ;F9        = Roll screen memory up one line
  115.  set key  \324 \Kdnone       ;F10       = Roll screen memory down one line
  116.  set key \5517 \Kupone       ;ctrl Up   = Roll screen memory up one line
  117.  set key \5521 \Kdnone       ;ctrl Down = Roll screen memory down one line
  118.  
  119. ; Commands resembling the layout of Procomm
  120.  set key \2408 \Klogon       ;alt F1 = Turn on session logging
  121.  set key \2409 \Klogoff      ;alt F2 = Turn off session logging
  122.  set key \2411 \Kdos         ;alt F4 = Push to dos
  123. ;set key \2352 \Kbreak       ;alt B  = Send a break (one of the many defaults)
  124.  set key \2350 \Kreset       ;alt C  = Clear screen
  125.  set key \2338 \Kdump        ;alt G  = Append current screen to dump file
  126.  set key \2353 \Kholdscrn    ;alt N  = Screen pause toggle
  127.  set key \2335 \Kstatus      ;alt S  = Display status message
  128.  set key \2348 \Khelp        ;alt Z  = Display connect help message
  129.  
  130. set transfer character-set transparent  ;to allow your own translations
  131. set file character-set cp850            ;select code page (you might omit this)
  132.  
  133. ; Keyboard --> Host
  134. ; Scandinavian characters typed from the keyboard are changed into
  135. ; their equivalents used by the host, i.e. the 8-bit PC Scandinavian
  136. ; characters are converted into 7-bits.
  137. ; For German, and other international keyboards, the principle is the same.
  138. ; For a U.S. keyboard comment out the translations
  139. set translation input on
  140. set translation input \091 \142       ; [ Ä
  141. set translation input \092 \153       ; \ Ö
  142. set translation input \093 \143       ; ] Å
  143. set translation input \123 \132       ; { ä
  144. set translation input \124 \148       ; | ö
  145. set translation input \125 \134       ; } å
  146.  
  147. ; Host --> Screen
  148. ; The 7-bit equivalents used by the host are converted back into the
  149. ; 8-bit scandinavian characters.
  150. ; For German, and other international keyboards, the principle is the same.
  151. set key \142 \091                     ; Ä [
  152. set key \153 \092                     ; Ö \
  153. set key \143 \093                     ; Å ]
  154. set key \132 \123                     ; ä {
  155. set key \148 \124                     ; ö |
  156. set key \134 \125                     ; å }
  157.  
  158. ; Some special settings just for the sake of it:
  159. ; If you do not like them comment them away with a semicolon (;) as I have
  160. ; done. (Your can comment them away also with the word comment.)
  161. ; See MsKermit documentation, or set terminal ? for more details
  162. ;set terminal cursor block     ;Use a block as the cursor
  163. ;set terminal keyclick on      ;Drive your colleagues crazy
  164. ;set terminal color 0,0,32     ;An alternative way of changing the text green
  165. set terminal color 1 10 37 43  ;High intensity, fast, white on brown
  166. ;set terminal color 0 10 32 40  ;Log intensity, fast, green on black
  167.  
  168. ;Some special features (see MsKermit documentation):
  169. ; set retry 20
  170. ; set send packet 94
  171. ; set send timeout 20
  172.  
  173. ; Put here any other commands/definitions you wish to make
  174. ; See MsKermit documentation, or use ? at command prompt for more details
  175.